Returns the number of DAs installed in the system.
Send comments & suggestions to Aron Roberts: CompuServe: 73075,1342
GEnie: ARON
ARPA Internet: csaron@garnet.Berkeley.EDU
BITNET: CSARON@UCBCMSA.BITNET
This XFCN may be freely distributed.
The numberOfDAs() function and getDANames* command may be used in any noncommercial or commercial stacks.
-- part contents for background part 7
----- text -----
Syntax:
numberOfDAs()
Returns the count of the DAs in the Apple menu. This number FUNCTION can be placed into any container. (The pair of parens, "()", at the end of "numberOfDAs" is REQUIRED.)
Example:
put numberOfDAs() into theNumber repeat with numericVariable = 1 to numberOfDAs()